home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: bbogard@ibm.net
- Newsgroups: comp.lang.c++
- Subject: Re: extern consts
- Date: 17 Mar 1996 01:25:42 GMT
- Message-ID: <4ifpmm$2mri@news-s01.ny.us.ibm.net>
- References: <4idbcv$ue2@news7.erols.com>
- Reply-To: bbogard@ibm.net
- NNTP-Posting-Host: slip129-37-223-74.ca.us.ibm.net
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- >The above is not possible in C nor in two of the three C++
- >compilers I have tried it on
-
- Well, maybe the two other compilers you tried it on weren't ansi C++ compatible. Otherwise,
- that should work in C and C++. I don't think it is a C++ only thing. All constants can be defined
- extern.
-